-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix linter warnings #105
Fix linter warnings #105
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #105 +/- ##
=======================================
- Coverage 97.3% 97.3% -0.1%
=======================================
Files 44 44
Lines 13108 13060 -48
Branches 1571 1559 -12
=======================================
- Hits 12758 12708 -50
- Misses 350 352 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This reverts commit 70286de.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
This PR fixes all linter warnings due to an updated version of cpp-linter.
P.S.: Moreover, it changes CTEST_PARALLEL_LEVEL to 4, because the Gurobi licensing issues seem to have been caused by multiple CI jobs running in parallel and not directly by google tests running in parallel.
Checklist: